The IndexQuery<(Of <(<'T, TKey>)>)> type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator
Returns an enumerator that iterates through the IndexQuery<(Of <(<'T>)>)>.
(Inherited from IndexQuery<(Of <(<'T>)>)>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GroupByKey
Groups the collection of search results by its search key.
Public method GroupByUntypedKey
Groups the collection of search results by its search key.
(Overrides IndexQuery<(Of <(<'T>)>)>..::..GroupByUntypedKey()()()().)
Protected method MemberwiseClone (Inherited from Object.)
Public method Subindex(Subindex<(Of <<'(T>)>>))
Used to apply subindex search to the result of a search operation.
(Inherited from IndexQuery<(Of <(<'T>)>)>.)
Public method Subindex<(Of <<'(TKey>)>>)(Subindex<(Of <<'(T, TKey>)>>))
Used to apply subindex search to the result of a search operation.
(Inherited from IndexQuery<(Of <(<'T>)>)>.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property Indexes
The collection of subindexes for this IndexQuery<(Of <(<'T>)>)>.
(Inherited from IndexQuery<(Of <(<'T>)>)>.)

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method IEnumerable..::..GetEnumerator (Inherited from IndexQuery<(Of <(<'T>)>)>.)

See Also